home *** CD-ROM | disk | FTP | other *** search
- cursor(-1)
- repeat with i = 5 to 7
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 15 to 17
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 30 to 31
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 47 to 48
- set the cursor of sprite i to 3
- end repeat
- if rollOver(9) then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- if rollOver(10) then
- set the visible of sprite 13 to 1
- else
- set the visible of sprite 13 to 0
- end if
- go(the frame)
-